

/** ------------------------- Left navigation styles -------------------------  **/


.navbar		{
			border-bottom: 0px solid #cccccc;
			border-right: 0px solid #cccccc;
			padding: 0 0 0 0;
			margin: -1px 0 0 0;
			}  


.topItem	{
			margin-left: 0px;
			margin-top: 0px;
  			font-size: 11px;
			font-weight: bold;
			padding: 4px 0 8px 4px;
			margin: 0 0 0 0;
  			border: none;
  			color: #993333;
  			cursor: pointer;
			background-color: #D3DFEF;
			border-top: 1px solid #ffffff;
  			}
			
.topItem a.tlink:active,  .topItem a.tlink:link, .topItem a.tlink:visited  { color: #2767AF; text-decoration: none; 
}

.topItem a.tlink:hover { color: #2767AF; text-decoration: underline;  }

.topItemOver {
			margin-left: 0px; 
			margin-top: 0px;
 			font-size: 11px;
			font-weight: bold;
  			padding: 4px 0 8px 3px;
			margin: 0 0 0 0;
  			color: #993333;
  			cursor:pointer;
    		text-decoration: none;
			background-color: #D3DFEF;
			border-top: 1px solid #ffffff;
			}
			
.topItemOver a.tlink:active,  .topItemOver a.tlink:link, 
.topItemOver a.tlink:visited  { color: #2767AF; text-decoration: none;   }
  
.topItemOver a.tlink:hover { color: #2767AF; text-decoration: underline;   }

.topItemClose {
			margin-left: 0px;  
			margin-top: 0px;
			font-size: 11px;
			font-weight: bold;
  			padding: 4px 0 8px 3px;
			margin: 0 0 0 0;
  			color: #2767AF;
  			cursor:pointer;
			background-color: #D3DFEF;
			border-top: 1px solid #ffffff;
			}
			
.topItemClose a.tlink:active,  .topItemClose a.tlink:link, 
.topItemClose a.tlink:visited  { color: #2767AF; text-decoration: none;  }
  
.topItemClose a.tlink:hover { color: #2767AF; text-decoration: underline;  }

.topItemCloseOver {
			margin-left: 0px; 
			margin-top: 0px;
			font-size: 11px;
			font-weight: bold;
  			padding: 4px 0 8px 3px;
			margin: 0 0 0 0;
  			color: #2767AF;
  			cursor:pointer;
  			text-decoration: underline;
			background-color: #D3DFEF;
			border-top: 1px solid #ffffff;
			}
			
.topItemCloseOver a.tlink:active,  .topItemCloseOver a.tlink:link, 
.topItemCloseOver a.tlink:visited  { color: #2767AF; text-decoration: none;   }
  
.topItemCloseOver a.tlink:hover { color: #2767AF; text-decoration: underline;  }


.openlanguage { background-color:  #C2D2EA ;}
.closedlanguage { background-color:  #D3DFEF ; }

.subMenu	{
   			display: block;
			font: normal;
			background-color: #E3E9F1;
			}
			
.subItem	{
			font-size: 11px;
			font-weight: normal;
  			margin-left:0px;
   			margin-top: 0px;
   			padding: 3px 0px 3px 10px;
   			text-decoration: none;
			color: #2767AF;
   			border-bottom: 0px solid #ffffff;
   			border-right: 0px solid #D3DFEF;
   			border-left: 0px solid #cccccc;
			border-top: 1px solid #ffffff;
   			display:block;
			width: 168px;    
			background-image: url(/images/ln_blt_1.gif);
			background-repeat: no-repeat;
			background-position: 5px 8px; 
			}

.subItem a:hover, .subItem a:active, 	.subItem a:link,  .subItem a:visited {
			font-weight: normal;
			}
			
.subItem a:hover {
			text-decoration: underline;
			}

.subItem a	{
			font-size: 11px;
			font-weight: normal;
   			margin-left:0px;
    		margin-top: 0px;
    		padding: 1px 0px 0px 1px;
   			text-decoration: none;
			color: #2767AF;
   			width: 168px;     
   			border-bottom: 0px solid transparent;
			_border-bottom: 0px solid transparent;
			}

.subItemOver	{
			font-size: 11px;
			font-weight: normal;
   			margin-left: 0px;
    		margin-top: 0px;
    		padding: 3px 0px 3px 12px;
			color: #2767AF;
   			border-bottom: 0px dotted #999999; 
			display:block;
			width: 168px;  
			}

.subItemOver a:link, .subItemOver a:active, .subItemOver a:visited	{
			font-size: 11px;
			font-weight: normal;
   			margin-left: 0px;
    		margin-top: 0px;
    		padding: 1px 0px 0px 1px;
   			cursor:pointer;	
			color: #2767AF;
   			cursor:pointer;
   			width: 168px;     
   			border-bottom: 0px solid transparent;
			_border-bottom: 0px solid transparent;
			}

.subItemOver a:hover	{
			font-size: 11px;
			font-weight: normal;
   			margin-left: 0px;
  			margin-top: 0px;
  			padding: 1px 0px 0px 1px;
   			cursor:pointer;	
			color: #2767AF;
    		width: 168px;      
    		border-bottom: 0px solid transparent;
			_border-bottom: 0px solid transparent;
			text-decoration: underline;
			}
			







